Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Smart CSS AutocompleteNew to Visual Studio Code? Get it now.
Smart CSS Autocomplete

Smart CSS Autocomplete

Artem Shibakov

|
26,478 installs
| (2) | Free
Autocomplete CSS properties smarter - using an usage statistics instead of standard random
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Smart CSS Autocomplete CI

Autocomplete CSS properties smarter. SCA collects local CSS properties usage statistic to provide smart sorted hints. In case of not enough individual static it uses global usage statistic to suggest you best options.

Usage Example

Hints

For better experience we strongly suggest to switch VS Code parameter Text Editor - Suggest Selection to first option. In that case SCA will preselect the most used CSS property automatically.

You also can try to disable standard props autocomplete

"[css]": {"editor.suggest.showProperties": false},
"[less]": {"editor.suggest.showProperties": false},
"[sass]": {"editor.suggest.showProperties": false},
"[scss]": {"editor.suggest.showProperties": false},

Installation

Install through VS Code extensions. Search for smart-css-autocomplete

Visual Studio Code Market Place: Smart CSS Autocomplete

Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install saionaro.smart-css-autocomplete

Running the Development Mode

  • Run npm install in this folder.
  • Open VS Code on this folder.
  • Press Ctrl + Shift + B to compile the extension.
  • Switch to the Debug viewlet.
  • Select Launch Client from the drop down.
  • Run the launch config.
  • In the [Extension Development Host] instance of VSCode, open a document in CSS language mode.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft